home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / cad / topdr31.zip / RULERS.DA_ / RULERS.DA
Text File  |  1996-05-01  |  3KB  |  122 lines

  1. // Ruler and ruler grid configurations
  2. // USER NOTE: Use the Custom Ruler dialog instead of editing this file
  3.  
  4. // Level1=Increment, Mark height, Grid style, units
  5. // Leveln=Divisions, Mark height, Grid style
  6.  
  7. // The maximum number of levels is 6
  8. // Mark height is percent of the ruler width
  9. // Grid styles are None=0, Dashed=1, CrossHair=3, Dot=3, PinPoint=4
  10. // Each grid style must be at the same level in both
  11. // the horizontal and vertical ruler for the grid marks to appear.
  12. // Units - see units.dat
  13.  
  14. // Only the first 10 styles will be listed in the unit window menu.
  15. // Names in the Ruler Menu section must exactly match the section names below.
  16. // All names must be 31 characters or less.
  17.  
  18. [Ruler Menu]
  19. Inch=Inch,Inch
  20. Decimal Inch=Decimal Inch,Decimal Inch
  21. Centimeter=Centimeter,Centimeter
  22. Foot=Foot,Foot
  23. Meter=Meter,Meter
  24.  
  25.  
  26. [Inch]                      // Standard inches ruler
  27. Scale=1.0                   // 1:1
  28. Width=2.5
  29. Units=Inch
  30. PageUnits=Inch
  31. Snap=0.125
  32. Level1=1 100  3             // 1
  33. Level2=2  55  0             // 1/2
  34. Level3=2  40  4             // 1/4
  35. Level4=2  30  0             // 1/8
  36. Level5=2  20  0             // 1/16
  37. Level6=2  12  0             // 1/32
  38.  
  39. [Decimal Inch]              // Decimal inch ruler
  40. Scale=1.000
  41. Width=2.50
  42. Units=Inch
  43. PageUnits=Inch
  44. Snap=0.10
  45. Level1=1  100  1            //1
  46. Level2=2  55  0             // 1/2
  47. Level3=5  40  0             // 1/10
  48. Level4=2  25  0             // 1/20
  49. Level5=5  12  0             // 1/100
  50.  
  51. [Centimeter]                // Standard centimeter ruler
  52. Scale=1.0                   // 1:1
  53. FlipHorz=0
  54. FlipVert=1
  55. Width=3.5
  56. Units=Centimeter
  57. PageUnits=Centimeter
  58. Snap=0.1
  59. Level1=1 100  1             // 1
  60. Level2=2  45  0             // 1/2
  61. Level3=5  35  0             // 1/10
  62. Level4=2  25  0             // 1/20
  63. Level5=5  15  0             // 1/100
  64.  
  65. [Foot]                      // Feet and inches
  66. Scale=1.0                   // 1   1 ruler ft / pg in
  67. Width=3.0
  68. Units=Foot
  69. PageUnits=Inch
  70. Snap=0.0833333              // 1/12 ft = 1 in
  71. Level1=1 100  1             // 1
  72. Level2=2  55  0             // 1/2
  73. Level3=6  35  0             // 1/12
  74. Level4=4  14  0             // 1/48
  75.  
  76. [Meter]                     // Meter and centimeter
  77. Scale=0.5                   // 1:10   1 ruler m / page cm
  78. Width=3.0
  79. Units=Meter
  80. PageUnits=Centimeter
  81. Snap=0.1
  82. Level1=1 100  1             // 1
  83. Level2=2  45  0             // 1/2
  84. Level3=5  35  0             // 1/10
  85. Level4=2  25  0             // 1/20
  86. Level5=5  15  0             // 1/100
  87.  
  88. [Millimeter]                // Standard millimeter ruler
  89. Scale=1.0                   // 1:1
  90. Width=4.0
  91. Units=Millimeter
  92. PageUnits=Millimeter
  93. Snap=1.0
  94. Level1=10 100  1             // 10
  95. Level2=2   45  0             // 5
  96. Level3=5   35  0             // 1
  97. Level4=2   25  0             // 1/2
  98. Level5=5   15  0             // 1/10
  99.  
  100. [Pixel]                      // Standard pixel ruler (obsolete)
  101. Scale=1.0                    // 1:1
  102. Width=4.5
  103. Units=Pixel
  104. PageUnits=Pixel
  105. Snap=10.0
  106. Level1=100 100  1            // 10
  107. Level2=2    45  0            // 5
  108. Level3=5    35  0            // 1
  109. Level4=2    25  0            // 1/2
  110. Level5=5    15  0            // 1/10
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.